Accord Software, Inc.

tutorial00/add.c




/*
 * Accord Software, Inc.
 *
 * Tutorial 00 - CIDL file.
 *
 * Simple add function.  Add two numbers and return 
 * the result.
 */

int
add(a, b)
	int a;
	int b;
{
	return(a+b);
}

[ Home | Tutorials | main.c | add.h ]
E-Mail:webmaster@accord.com
[P-041] Updated March 14, 1996
Copyright © 1993-1996 Accord Software, Inc. All rights reserved.